home *** CD-ROM | disk | FTP | other *** search
/ InterCD 2002 January / january_2002.iso / Piposh Special / Piposh / QUES.DXR / 00178_setmoviepath.ls < prev    next >
Encoding:
Text File  |  2004-12-06  |  170 b   |  10 lines

  1. on setmoviepath x
  2.   global soundspath, soundspathstart
  3.   if the machineType = 256 then
  4.     y = "\"
  5.   else
  6.     y = ":"
  7.   end if
  8.   soundspath = soundspathstart & x & y
  9. end
  10.